section {
  width: 100%;
  overflow: hidden;
  position: relative; }
  section .bannerContainer {
    width: 110%;
    margin-left: -5%; }
  section .swiper-container {
    height: 555px;
    margin: 30px 0; }
    section .swiper-container .swiper-slide {
      overflow: hidden; }
      section .swiper-container .swiper-slide a {
        background: #fff;
        display: block;
        overflow: hidden;
        margin: 0 20px;
        position: relative; }
        section .swiper-container .swiper-slide a img {
          width: 100%;
          display: block;
          transition: all 1.5s; }
        section .swiper-container .swiper-slide a:after {
          position: absolute;
          top: 0;
          left: 10px;
          display: block;
          box-sizing: border-box;
          content: "";
          width: 100%;
          height: 100%; }
      section .swiper-container .swiper-slide .title {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(37, 43, 47, 0.5);
        opacity: 1;
        transition: all 0.5s; }
        section .swiper-container .swiper-slide .title .word-container {
          margin-top: 80px;
          margin-left: 76px; }
          section .swiper-container .swiper-slide .title .word-container .word {
            font-size: 80px;
            color: #ffffff;
            letter-spacing: 2px;
            line-height: 56px;
            margin-bottom: 20px; }
          section .swiper-container .swiper-slide .title .word-container .dy {
            font-size: 32px;
            color: #ffffff;
            line-height: 43px; }
          section .swiper-container .swiper-slide .title .word-container .pm {
            font-size: 24px;
            color: rgba(255, 255, 255, 0.8);
            line-height: 32px; }
    section .swiper-container .swiper-slide-active a:hover img {
      transition-delay: 100ms;
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      -moz-transition-delay: 100ms; }
    section .swiper-container .swiper-slide-active a:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    section .swiper-container .swiper-slide-active a:hover .title {
      opacity: 0; }
    section .swiper-container .swiper-slide-active, section .swiper-container .swiper-slide-duplicate-active {
      -webkit-transform: scale(1);
      transform: scale(1); }
    section .swiper-button-prev {
      width: 30px;
      height: 32px;
      background: url("../images/left.png") no-repeat center;
      background-size: auto 32px;
      position: absolute;
      left: 8px;
      
      opacity: 0;
      transition: all 0.5s; }
    section .swiper-button-next {
      width: 30px;
      height: 32px;
      background: url("../images/right.png") no-repeat center;
      background-size: auto 32px;
      right: 8px;
      
      opacity: 0;
      transition: all 0.5s; }
  section .bannerContainer:hover .swiper-button-prev, section .bannerContainer:hover .swiper-button-next {
    opacity: 1; }
  section .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px; }
  section .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #FFF;
    border: 6px solid #00a0e9;
    margin-bottom: 0; }

.services-video-contain{
  position: relative;
  max-width: 1440px;
  width: 90%;
  height: 486px;
  margin: 0 auto;
}
.services-video-contain .video-js{
  width: 100%;
  height: 100%;
}
.services-video-contain .vjs-poster{
  background-size: cover;
}
.services-video-contain .video-js .vjs-big-play-button{
  border: none;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 100%;
}
.services-video-contain .vjs-big-play-centered .vjs-big-play-button{
  margin-top: -1.5em;
}

.vjs-icon-play, 
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, 
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-volume-high, 
.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-circle, .video-js .vjs-play-progress, 
.video-js .vjs-volume-level,
.vjs-icon-fullscreen-enter, 
.video-js .vjs-fullscreen-control .vjs-icon-placeholder{
  font-family: VideoJS !important;
}

@media only screen and (max-width: 1500px) {
  section .swiper-container .swiper-slide .title .word-container .word {
    font-size: 40px;
    line-height: 20px; }

  section .swiper-container .swiper-slide .title .word-container .dy {
    font-size: 22px;
    line-height: 26px; }

  section .swiper-container .swiper-slide .title .word-container .pm {
    font-size: 18px;
    line-height: 32px; } }
@media only screen and (max-width: 1366px) {
  section {
    width: 100%;
    overflow: hidden;
    position: relative; }
    section .bannerContainer {
      width: 110%;
      margin-left: -5%; } }
@media only screen and (max-width: 1200px) {
  section {
    width: 100%;
    overflow: hidden;
    position: relative; }
    section .bannerContainer {
      width: 130%;
      margin-left: -15%; } }
@media only screen and (max-width: 1000px) {
  section .swiper-container .swiper-slide .title .word-container .word {
    font-size: 24px;
    line-height: 6px;
    margin-bottom: 16px; }

  section .swiper-container .swiper-slide .title .word-container .dy {
    font-size: 16px;
    line-height: 26px; }

  section .swiper-container .swiper-slide .title .word-container .pm {
    font-size: 14px;
    line-height: 20px; } }
@media only screen and (max-width: 800px) {
  section .swiper-container .swiper-slide .title .word-container {
    margin-top: 56px;
    margin-left: 58px; } }
@media only screen and (max-width: 668px) {
  section .swiper-button-next, section .swiper-button-prev {
    display: none; }

  section .swiper-container .swiper-slide .title .word-container {
    margin-top: 18%;
    margin-left: 18%; } }

/*# sourceMappingURL=lb.css.map */
